@charset "utf-8";
/*index CSS Document */
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"宋体","Arial Narrow";overflow-x: hidden;    }
img{ border:none}

.indexFocus{
    width:100%;
    height:500px;
    background:#fff;
   
    margin-bottom:4px;
}
.indexFocusCon{
    position:relative;
    margin:0 auto;
    width:1003px;
    height:500px;
}
.indexFocusConPic{
    position:absolute;
    left:-458px;
    top:0;
    width:1920px;
	*width:1907px;
    height:500px;
    z-index:1;
    overflow: hidden;
}
.indexFocusConPic ul{
    margin: 0px;
    padding: 0px;
    width:1920px;
	*width:1907px;
    height:500px;
    list-style: none;
}
.indexFocusConPic ul  img{
    position:relative;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    text-align:center;

}
.indexFocusConUp,.indexFocusConDown{
    position:absolute;
    top:0;
    width:67px;
    height:500px;
    z-index:2;
}
.indexFocusConUp{
    left:-67px;
}
.indexFocusConDown{
    right:-67px;
}
.indexFocusConUp a,.indexFocusConDown a{
    display:block;
    width:67px;
    height:500px;
}
.indexFocusConUp a{
    background:url(../images/indexFocusConBtn.png) no-repeat left center;
}
.indexFocusConDown a{
    background:url(../images/indexFocusConBtn.png) no-repeat right center;
}